From 3dc53dab697b76fc3ec414ad21f6f5ee51fef529 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Nov 2016 12:37:19 -0500 Subject: [PATCH] Document ::snapshot vfunc --- gtk/gtkwidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 7a3f06129c..911f3ba839 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -315,6 +315,8 @@ struct _GtkWidget * region. * @queue_draw_child: Child wants to be redrawn. The region given is in * the child's coordinate system. + * @snapshot: Signal emitted when a widget is supposed to create a snapshot + * of itself. */ struct _GtkWidgetClass { -- 2.30.2